ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeMap<T> Class / Legend Property






In This Topic
    Legend Property (TreeMap<T>)
    In This Topic
    Gets the chart legend.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Legend As ChartLegend
    'Usage
     
    
    Dim instance As TreeMap(Of T)
    Dim value As ChartLegend
     
    value = instance.Legend
    public override ChartLegend Legend {get;}
    public read-only property Legend: ChartLegend; override; 
    public override function get Legend : ChartLegend
    public: __property ChartLegend* get_Legend() override;
    public:
    property ChartLegend^ Legend {
       ChartLegend^ get() override;
    }
    See Also